ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / INotificationCollection<T> Interface
Members

In This Topic
    INotificationCollection<T> Interface
    In This Topic
    Defines interface to collection with notifications and indexer.
    Object Model
    INotificationCollection<T> Interface
    Syntax
    'Declaration
     
    Public Interface INotificationCollection(Of T) 
       Inherits IItemCollection(Of T)GrapeCity.Viewer.Common.INotifyCollectionChanged 
    public interface INotificationCollection<T> : IItemCollection<T>GrapeCity.Viewer.Common.INotifyCollectionChanged  
    Type Parameters
    T
    See Also